home *** CD-ROM | disk | FTP | other *** search
/ Talking E-Mail / Talking E-Mail.iso / whole / Voiceguide / VG.INI < prev    next >
INI File  |  1997-06-03  |  18KB  |  625 lines

  1. [VGconfig]
  2. ;***********************************************
  3. ;Main Configuration Settings
  4. ;***********************************************
  5. ;Com port to which the modem is connected.
  6. COM=2
  7. DCBbits=1
  8.  
  9. ;choice of sound compression used to give a [low|medium|high] qound quality
  10. SoundQuality=HIGH
  11.  
  12. ;Selects whether VG "pops-up" when an incoming call is heard. yes=-1, no=0
  13. PopUp=0
  14.  
  15. ;How do we handle incoming fax calls.
  16. FaxHandling=Ignore
  17.  
  18. ;How do we handle incoming data calls.
  19. DataHandling=Ignore
  20.  
  21. ;Voice File IO preferances - [MODEM|ADAPT|WIN]
  22. IOpref=ADAPT
  23.  
  24. ;Should we convert caller's messages form the mtodem's native ADPCM to Window's WAV
  25. RecConvert=ON
  26.  
  27. ;test if com port available? 0-no, 1-yes
  28. ;If set to 1 (yes) VoiceGuide will notify the user that the COM
  29. ;port is currently used by another program. if 0 (no) then VG will
  30. ;forcibly acquire the com port, even if it is used by another program.
  31. TestComAvail=0
  32.  
  33. ;CallerID display data:
  34. ;Alter CidDisplayFormat to customise the current callers
  35. ;Caller ID information which is displayed in the middle
  36. ;of the VoiceGuide window.
  37. CidDisplayFormat=$CID_NAME, $CID_NMBR
  38.  
  39. ;CallerID save data
  40. ;Specifies which Caller ID data will be saved in the Log
  41. ;Database, as with CidDisplayFormat, you may alter CidSaveFormat,
  42. ;using Result Variables to specify the Data saved.
  43. CidSaveFormat=$CID_NAME, $CID_NMBR
  44.  
  45. ;How many characters are between the end of RING code and the 
  46. ;start of CID (if there is CID at all)
  47. StripCIDstart=2
  48.  
  49. ;How many characters are between the end of CID code and the 
  50. ;start of second RING code (if there is CID at all)
  51. StripCIDend=2
  52.  
  53. ;Smart CID searching. If set to 1 then:
  54. ;If the MESG field is present in the Caller ID string, and the 
  55. ;field NMBR is not present, then VG will assume that the MESG field
  56. ;holds the callers telephone number.
  57. ;Hence : $CID_NMBR will return either: the contents of the NMBR field,
  58. ;or if that field in not present, it will return the 
  59. ;$CID_MESG_XLATE result. 
  60. ;ie: $CID_NMBR can be used to access the telephone number of
  61. ;the calling party regardles of whethter the call is from
  62. ;Canada or from the US
  63. SmartCIDsearch=1
  64.  
  65. ;SendMultipleStops
  66. ;1 - VG will send the stop play code to the modem every second until
  67. ;the modem has finished playing 
  68. ;0 - VG will only send one stop play command to the modem and will
  69. ;await response... some modems do not reliably respond to a single
  70. ;stop play command, hence why SendMultipleStops=1 by default
  71. SendMultipleStops=1
  72.  
  73. ;The Call Screening List - is it a BAN type of a list,
  74. ;or is it an ONLY type of a list.
  75. ;possible values are: BAN_LIST or ONLY_LIST
  76. CallingListUse=BAN_LIST
  77.  
  78. ;***********************************************
  79. ;Play & record for ModemTapeDeck tool & .WAV editor
  80. ;***********************************************
  81. ;Which Record input to use in Modem Tape Deck
  82. TapeDeckInput=MIC
  83.  
  84. ;Which Play output to use in Modem Tape Deck
  85. TapeDeckOutput=SPEAKER
  86.  
  87. ;Your prefered .WAV editor goes here
  88. WAVeditor=SOUNDREC.EXE        
  89.  
  90. ;In case the 1st Wav editor cannot be found:
  91. WAVeditor2=SNDREC32.EXE        
  92.  
  93. ;***********************************************
  94. ;All the timeout variables are in seconds
  95. ;***********************************************
  96. ;Inactivity timeout - hangup if the caller has not made a selection
  97. ;in this time (in seconds)
  98. ScrInactivityTout=20
  99.  
  100. ;Maximum Play time (in seconds)
  101. ScrPlayTout=300
  102.  
  103. ;Maximum Recording time (in seconds)(should be less then Max Play Time)
  104. ScrRecTout=30
  105.  
  106. ;Silence detection settings
  107. SilenceDetLvl=0
  108. SilenceDetLen=8
  109.  
  110. ;Max pause between digit presses by caller in the 
  111. ;Get Number Sequence module. (in seconds)
  112. UserInputTout=5
  113.  
  114. ;RecCut specifies how much time will be cut off the recorded
  115. ;message when the "Record To Specified File" option
  116. ;is selected. units: tenths of a second.
  117. RecCut=10
  118.  
  119. ;MinVmailMsgLen specifies the minimum lenght of recorded Voicemail
  120. ;messages. If a recorded Voicemail message is shorter then what is
  121. ;specified by MinVmailMsgLen, the message will be deleted, and no
  122. ;record of it will remain in the Voicemail box. 
  123. ;units: seconds, range: 0-20 seconds, 0=no test for message length
  124. ;is carried out
  125. MinVmailMsgLen=0
  126.  
  127. ;DisableEditing: 
  128. ;1 Hide DoBox buttons in "Script Run" mode.
  129. ;2 Disable the "Configure" button in "Script Run" mode.
  130. ;3 Disable the Modem Config in Modem Recorder
  131. DisableEditing=
  132.  
  133. ;VmailOptDisable allows you to disable some options in the voice
  134. ; mail box menu. Just specify which option(s) you want disabled. 
  135. ;Eg: VmailOptDisable=07 disables options 0 and 7.
  136. ;Options which can be disabled are 0,3 and 7
  137. ;Leave the entry blank to have all options enabled.
  138. VmailOptDisable=
  139.  
  140. ;if DelVmFiles not equal to zero, then the voicemail message
  141. ;files will be deleted from disk when the owner of the voicemail 
  142. ;box deletes them using the 0 option.
  143. DelVmFiles=1
  144.  
  145. ;Distinctive Ringing settings:
  146. DRcode1=
  147. DRtype1=
  148. DRscript1=
  149. DRstartmod1=
  150. DRcode2=
  151. DRtype2=
  152. DRscript2=
  153. DRstartmod2=
  154. DRcode3=
  155. DRtype3=
  156. DRscript3=
  157. DRstartmod3=
  158. DRcode4=
  159. DRtype4=
  160. DRscript4=
  161. DRstartmod4=
  162. DRcode5=
  163. DRtype5=
  164. DRscript5=
  165. DRstartmod5=
  166. DRcode6=
  167. DRtype6=
  168. DRscript6=
  169. DRstartmod6=
  170. DRcode7=
  171. DRtype7=
  172. DRscript7=
  173. DRstartmod7=
  174. DRcode8=
  175. DRtype8=
  176. DRscript8=
  177. DRstartmod8=
  178.  
  179. ;***********************************************
  180. ;Misc settings
  181. ;***********************************************
  182. ;Make the Dialog Boxes 3D
  183. Use3D=1
  184.  
  185. ;TruncateCID=0 : only CRLF is truncated at the end
  186. ;TruncateCID=1 : CRLF and last RING is truncated
  187. TruncateCID=1
  188.  
  189. ;The last Calls Counter count.
  190. CallsRcvCounter=1
  191.  
  192. ;Pause between going from one module to another
  193. ;Pause is there as some modems may not be able
  194. ;to respond to new commands straight away...
  195. ;(in milliseconds, eg: 500=half a second)
  196. IntermodulePause=0
  197.  
  198. ;TestModemType=1 : VG will use the "test" command specifed
  199. ;in the modem configuration file to check that the correct
  200. ;modem was selected by the user. This adds time to the 
  201. ;initialisation sequence.
  202. ;TestModemType=0 : the test command is not issued to the modem,
  203. ;this speeds up the initialisation.
  204. TestModemType=0
  205.  
  206. ;UseEndDigits: is set to 1 then all read back number sequences
  207. ;will be finished using a _END.___ sound file.
  208. ;If UseEndDigits is set to 0, the _END.___ sound files do not
  209. ;even need to be present on the system.
  210. ;Please note that the _END.R4 sound files are not longer
  211. ;distributed with VoiceGuide. 
  212. UseEndDigits=0
  213.  
  214. ;In the Voicemail module, when asked to speak back the date and
  215. ;time of when the message was recorded, specify whethter you
  216. ;want hust the time or the date and time.
  217. ;SayVmailDate=1 : say both date then time
  218. ;SayVmailDate=0 : say time only
  219. SayVmailDate=1
  220.  
  221. ;DebugPrintoutOptions:
  222. ;1 - Result Variables assignemnt 
  223. ;2 - gives debug printout on timeouts
  224. ;3 - RING detection
  225. ;4 - Various pause times between commands
  226. ;5 - Number Sequence readouts
  227. ;6 - DLE code reporting
  228. ;7 - AT Command Send times and responses
  229. ;List all the options which you would like to enable
  230. ;Leave blank to disable all options.
  231. ;Eg: DebugPrintoutOptions=13 
  232. ;enables both the options 1 and 3
  233. DebugPrintoutOptions=12567
  234.  
  235. ;the Result file which must be creatd by the Shell App to take the 'Success' Path
  236. ShellResultFile=SHLRESLT.TXT    
  237.  
  238. ;Which DTMF tones are used to accept or reject PABX transfers.
  239. XferAccepted=1
  240. XferDeclined=9
  241. ;How long after a blind transfer do we wait before hanging up (seconds)
  242. Xferblindsleep=2
  243. ;If non-zero, the extension to which the transfer was attempted
  244. ;is dialed again when reclaiming the call. 
  245. XferBackEx=0
  246.  
  247. ;DDE timeout of commands in the "Send DDE command" module (seconds)
  248. DDEtimeout=30
  249.  
  250. ;If <>0 then save the names of the "Rec To" files in the Log file
  251. SaveAllRecFilnames=1
  252.  
  253. ;colour of VG command button's text &H0:black, &HFF:red, &HFF00&:green, &HFF0000:blue, &HFFFFFF:white etc.
  254. VGSRcmdcolor=
  255.  
  256. VGtop= 
  257. VGleft= 
  258. VGheight= 
  259. VGwidth= 
  260. VGRUNtop= 
  261. VGRUNleft= 
  262. VGDBtop= 
  263. VGDBleft= 
  264. VGDBheight= 
  265. VGDBwidth= 
  266. VGCNVRTtop=
  267. VGCNVRTleft=
  268. VGTDtop=  
  269. VGTDleft= 
  270.  
  271. [Modem]
  272. ; The modem configuration file which the user would like to use
  273. ModemSelected=Rockwell Compatible
  274. MdmDriver=ROCKWELL.INI
  275.  
  276. ;Number of Rings before VoiceGuide answers the phone
  277. RingsBeforeAnswer=2
  278.  
  279. ;Is caller ID detection enabled? 1=yes, 0=no
  280. CidEnabled=0
  281.  
  282. ;Show CallerID popup window
  283. ShowCallerIDpopup=0
  284.  
  285. ;Voice Answer Mode. Depends on modem type currently used, refer to modem 
  286. ;configuration files.
  287. VoiceAnswerMode=1
  288.  
  289. ; First thing sent to the modem before the modem tests
  290. reset=ATHZ
  291. reset_tout=80
  292. reset_r1=OK
  293.  
  294. ;***********************************************
  295. ;Fax config - used for FaxBack Applications
  296. ;***********************************************
  297. [FaxBack]
  298. ;Timeout to start up WinFax and convert any unconverted 
  299. ;image files (used in FaxBack applications) max. is 600 (10 minutes).
  300. WinFaxInit=120
  301.  
  302. ; WinFaxShowSendScreen should be 0 or 1 only !
  303. WinFaxShowSendScreen=1    
  304.  
  305. ;If WinFax asks you whether it can take over the COM port,
  306. ;set the Confirm_Com_Acquisition setting the delay length (seconds)
  307. ;before VG confirms that WinFax is to take over the COM port.
  308. ;This setting is 0 by default, as in most cases, WinFax will not ask you
  309. ;to confirm that you want WinFax to acquire the COM port.
  310. ;We are still researching as to why on some PC's WinFax displays the 
  311. ;"Make the COM Port Available to WinFax?" message, and on some it does not.
  312. Confirm_Com_Acquisition=0
  313.  
  314. ;Fax Index Length - how many digits can be used to index a fax.
  315. ;can be set between 3 and 6 inclusive (3 is the usual)
  316. FaxIndexLength=3
  317.  
  318.  
  319. ;***********************************************
  320. ;COM port configuration settings
  321. ;***********************************************
  322. [COMconfig]
  323. ;Timeout is in milliseconds
  324. CtsTimeout=5000
  325. ;These are the two DCB Bits fields.
  326. ;Bits1: 
  327. ;Bit0 - ON  - Binary mode ON
  328. ;Bit1 - OFF - RTS set when COM port open
  329. ;Bit2 - OFF - No parity checking
  330. ;Bit3 - ON  - CTS flow control ON (VG->Modem flow control)
  331. ;Bit4 - OFF - DSR not used for flow control
  332. ;Bit5 - OFF - Not used
  333. ;Bit6 - OFF - Not used
  334. ;Bit7 - OFF - DTR set when COM port opened
  335. Bits1=9
  336. ;Bits2:
  337. ;Bit0 - OFF - XON/XOFF flow control not used during transmission
  338. ;Bit1 - OFF - XON/XOFF flow control not used during receive
  339. ;Bit2 - OFF - Parity fail replacement not implemented
  340. ;Bit3 - OFF - Accept NULL characters
  341. ;Bit4 - OFF - EvtChar charactere does not trigger an event
  342. ;Bit5 - OFF - DTR not used for flow control
  343. ;Bit6 - OFF - RTS flow control OFF
  344. ;             (VG can accept data fast enough)
  345. ;Bit7 - OFF - Not used
  346. Bits2=0
  347.  
  348. [Error]
  349. CR1=Computer not fast enough in reading from the COM port.
  350. CR2=Closing Down. Get a faster computer, or 14550 UART's,
  351. CR3=or try using a lower Bits Per Sample for your recordings
  352. CR4=and playback - this is set in Options->ModemSetup menu.
  353. SR1=Could not initialise modem,
  354. SR2=please check modem and setup parameters.
  355. SR3=Please save the script before running it.
  356. TD3=Please check your modem and Restart VoiceGuiude.
  357. TD6=Please check if your modem
  358. TD7=is connected and try again.
  359.  
  360. [Demos]
  361. ;You can alter these entries to point to your own Scripts,
  362. ;or add new entries (increasing the DemoCount line as well)
  363. DemoCount=6
  364. Name1=&Answering Machine Demo Script
  365. Path1=HOMEDIR\DEMO\ANSWERM\ANSWERM.VGS
  366. Name2=&Transfer to PABX Extension Script
  367. Path2=HOMEDIR\DEMO\XFER\XFER.VGS
  368. Name3=&CreditCard Payments Demo Script
  369. Path3=HOMEDIR\DEMO\CCPAY\CCPAY.VGS
  370. Name4=&Fax-Back Demo Script
  371. Path4=HOMEDIR\DEMO\FAXBACK\FAXBACK.VGS
  372. Name5=&Dating Line Demo Script
  373. Path5=HOMEDIR\DEMO\DATELINE\DATELINE.VGS
  374. Name6=Tone &Maze (not for humans)
  375. Path6=HOMEDIR\DEMO\TONES\TONES.VGS
  376. Name7=
  377. Path7=
  378. Name8=
  379. Path8=
  380. Name9=
  381. Path9=
  382. Name10=
  383. Path10=
  384.  
  385. [ModuleFullNames]
  386. I_Play=Play Message
  387. I_PINask=PIN Checker
  388. I_SayNbr=Speak a Number
  389. I_GetNbrs=Get Number Sequence
  390. I_Rec=Record Message
  391. I_SigleMailBox=Voice Mail Box
  392. I_PabxXfer=PABX Transfer
  393. I_ExternalDial=Dial Telephone Number
  394. I_DialPager=Pager Notifier
  395. I_PlayTone=Tone Player
  396. I_Shell=Run Program
  397. I_RunScript=Run Script
  398. I_SwitchCID=Caller ID in List
  399. I_TimeSwitch=Time Switch
  400. I_Fax=Fax Back Information Module
  401. I_SendMdmCmd=Send Modem Command
  402. I_Hangup=Hangup
  403. I_BoxRvGroup=Result Variable in List
  404. I_BoxRvSwitch=Result Variable Switch
  405. I_BoxDDEcmd=Send DDE Command
  406.  
  407. [Database]
  408. DispFormat=0
  409. LongHeadings=0
  410. ;if the field's Length=0, that field does not get included in the Database
  411. ;All the entries ending in L set the Log databse field lengths
  412. DBindex=CallTime
  413. DBindex2=CallTime2
  414.  
  415. DBdateH=Date
  416. DBdateL=15
  417. DBdate2H=Date2
  418. DBdate2L=10
  419. DBtimeH=Time
  420. DBtimeL=15
  421. DBclidH=CallerID
  422. DBclidL=100
  423. DBdrH=Ring code
  424. DBdrL=10
  425. DBcalltypeH=Call type
  426. DBcalltypeL=15
  427. DBrecH=RecFile:
  428. DBrecL=100
  429. DBrectimeH=RecLen:
  430. DBrectimeL=10
  431. DBhngH=Hangup:
  432. DBhngL=15
  433. DBxferH=Transfer:
  434. DBxferL=30
  435. DBpinH=PIN:
  436. DBpinL=20
  437. DBnbrsH=Number:
  438. DBnbrsL=40
  439. DBdialoutH=NbrDialed:
  440. DBdialoutL=60
  441. ;Shell-Run Program
  442. DBshellH=Shell to:
  443. DBshellL=128
  444. DBshellrH=Shell result:
  445. DBshellrL=10
  446. DBshellvH=Shell RV:
  447. DBshellvL=50
  448. ;Start another script - Run Script
  449. DBrunscrsH=New Script:
  450. DBrunscrsL=128
  451. DBrunscrmH=New Module:
  452. DBrunscrmL=50
  453. DBrunscrrH=Result:
  454. DBrunscrrL=40
  455. ;Voicemail boxes
  456. DBvmailboxH=VMbox:
  457. DBvmailboxL=3
  458. DBvmailrecH=VMfile:
  459. DBvmailrecL=60
  460. DBvmailrectimeH=VMlen:
  461. DBvmailrectimeL=6
  462. DBvmailstateH=VMstate:
  463. DBvmailstateL=20
  464. ;Fax-Back entries
  465. DBfaxback1H=FaxNbr:
  466. DBfaxback1L=30
  467. DBfaxback2H=FaxedFiles:
  468. DBfaxback2L=255
  469. ;List of which tones were played to the line
  470. DB_PT_tonePlayed_H=Tones Played:
  471. DB_PT_tonePlayed_L=100
  472. ;List of all the DTMF tones which were received
  473. DB_PT_toneReceived_H=Tones Received:
  474. DB_PT_toneReceived_L=20
  475. DBtable=VGscriptLog
  476. ;Define the column widths for the VoiceGuide's Database viewer
  477. DBcol1W=9
  478. DBcol2W=10
  479. DBcol3W=16
  480. DBW1=12
  481. DBW2=18
  482. DBW3=20
  483. DBW4=22
  484. DBfontsize=8
  485. VertLines=1
  486.  
  487. [Pager]
  488. ;How long will the Pager module wait before dialing out. 
  489. ;Used to give time for the caller to hang up.
  490. ;The caller must hang up, as on some exchanges the system
  491. ;will not get the dial tone until the caller has hung up.
  492. WaitBeforeDial=3
  493. ;How long will VG wait for the modem to establish a data
  494. ;connection with the Paging comapny.
  495. ConnTout=60
  496. ;
  497. ;Database fields:
  498. starttime=PgrStart:
  499. starttime_L=10
  500. telnbr=PgrTelnbr:
  501. telnbr_L=30
  502. pgrnbr=PgrNbr:
  503. pgrnbr_L=15
  504. msg=PgrMessage:
  505. msg_L=255
  506. endtime=PgrEndTime:
  507. endtime_L=10
  508. callresult=PgrResult:
  509. callresult_L=100
  510.  
  511.  
  512. [ModGetNbrs]
  513. ;Default Get-Nbrs Sound files
  514. Sound2=HOMEDIR\VOICE\SNDGNS2
  515. Sound3=HOMEDIR\VOICE\SNDGNS3
  516.  
  517. [VMailBox]
  518. ;Timeout for user input in the Voicemail box 
  519. ;"Message Record" menu.
  520. VmailMsgMenuTout=10
  521.  
  522. ;Default Voice-Mail-Box Sound files
  523. ;Sound2: "You have..."
  524. Sound2=HOMEDIR\VOICE\VMB2
  525. ;Sound3: "...voice messages"
  526. Sound3=HOMEDIR\VOICE\VMB3
  527. ;Sound4: "Please select a menu option"
  528. Sound4=HOMEDIR\VOICE\VMB4
  529.  
  530. ;Sound5:"There are no previous messages in your mailbox"
  531. Sound5=HOMEDIR\VOICE\VMB5
  532. ;Sound6: "This is the last message in your mailbox"
  533. Sound6=HOMEDIR\VOICE\VMB6
  534. ;Sound7: "There are no more messages in your mailbox"
  535. Sound7=HOMEDIR\VOICE\VMB7
  536.  
  537. ;Sound8: "Please record the new welcoming message..."
  538. Sound8=HOMEDIR\VOICE\VMB8
  539.  
  540. ;Sound9: "The message was recorded on..."
  541. Sound9=HOMEDIR\VOICE\VMB9
  542.  
  543. ;Sound10: "Please enter the voicemail group to which you would like
  544. ;the current message copied, and finish with the * key."
  545. Sound10=HOMEDIR\VOICE\VMB10
  546.  
  547. ;Sounds 11,12 : Asking to confirm that the mailbox number XXX which the
  548. ;caller has entered is the correct one.
  549. ;Sound11: "You have entered the following voice mail group:..."
  550. Sound11=HOMEDIR\VOICE\VMB11
  551. ;Sound12: "Please press 1 if that is correct or press any other number
  552. ;to re-enter the voicemail group"
  553. Sound12=HOMEDIR\VOICE\VMB12
  554.  
  555. ;Sounds 13,14: Confirmation that the current message has been 
  556. ;copied to X mailboxes in group X
  557. ;Sound13: "The current message has been copied to..."
  558. Sound13=HOMEDIR\VOICE\VMB13
  559. ;Sound14: "...mailboxes"
  560. Sound14=HOMEDIR\VOICE\VMB14
  561.  
  562. ;Sound15: "Please select 1 to replay the message, 2 to record your 
  563. ;message again, or 3 to delete your message and exit"
  564. Sound15=HOMEDIR\VOICE\VMB15
  565. ;Sound15: "Message deleted"
  566. Sound16=HOMEDIR\VOICE\VMB16
  567.  
  568. [Fax]
  569. DBIL1=Faxable Information Pages
  570. DBIL2=Index
  571. DBIL3=File
  572. ;When VG detects a fax, and instructs WinFax to receive it, WinFaxWait entry says
  573. ;how long will VG wait (in secondes), before sending a keystroke to automatically
  574. ;press the Yes button on the "Manual Recieve Now?" dialog box
  575. ;which is displayed by WinFax. 
  576. ;Please make sure that the Automatic Recieve option was selected in WinFax.
  577. WinFaxWait=3
  578. ;Default Fax-Back Sound files
  579. Sound2=HOMEDIR\VOICE\SNDFAX2
  580. Sound3=HOMEDIR\VOICE\SNDFAX3
  581. Sound4=HOMEDIR\VOICE\SNDFAX4
  582. Sound5=HOMEDIR\VOICE\SNDFAX5
  583. Sound6=HOMEDIR\VOICE\SNDFAX6
  584. Sound7=HOMEDIR\VOICE\SNDFAX7
  585. Sound8=HOMEDIR\VOICE\SNDFAX8
  586. Sound9=HOMEDIR\VOICE\SNDFAX9
  587.  
  588. [Help]
  589. A1=Welcome to VoiceGuide, Press F1 for Help.
  590. A2=Press F1 for Help.
  591. C2=Halt VoiceGuide while program is running ?
  592. C10=Select your new system configuration.
  593. D1=Highlight log entry and press PLAY > to hear the recorded message.
  594. D2=No entries in the log file.
  595. DBS0=Play the recorded message.
  596. DBS1=Stop playing the recorded message.
  597. DBS2=Exit from the database viewer.
  598. DBS3=Delete the currently selected entry.
  599. H1=Press 'i' button to edit the Guide Module's properties.
  600. I1=Information about this module.
  601. MC1=Save current settinngs to the VG.INI file.
  602. S1=Saving the current VoiceGuide script.
  603. S2=Finished saving the current VoiceGuide Script.
  604. PD1=Specify the destination Module - click where the path is to lead to.
  605. PD2=You cant define a path to yourself.
  606. PD3=Specify the originate Module - click where the path is to lead from.
  607. Q1=Would You like to quit VoiceGuide?
  608. T1=Write in your description of the module here.
  609.  
  610. [Label]
  611. I6=Paths leading from this script module
  612. I7=Nbr
  613. I9=Destination Module
  614. I10=Enter the number of extension you wish to transfer to
  615. I11=Beep before recording the message.
  616. I12=PIN
  617. I15=Select the file to Link to this voice message
  618. I16=Record
  619. I17=File Name
  620. I18=If Successfull
  621. I19=If Unsuccessfull
  622. DB3=Answer the incoming call, play the welcoming message, if any DTMF tones pressed then take the appropriate path, e
  623. DB4=lse go down default path to the next part of the script.
  624. DB5=
  625.